home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
Epic4_mos
/
share
/
epic
/
help
/
6_functions
/
pipe
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-28
|
293 b
|
17 lines
Synopsis:
$pipe(<program>)
Technical:
This function executes <program> and returns its output. It is defined in
the pipe(8) script.
Practical:
It's an easy way to grab the output of a program quickly.
Returns:
<program>'s output
See Also:
exec(5)